home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / PMGRacing.swf / scripts / DefineButton2_392 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  178 b   |  8 lines

  1. on(release){
  2.    loadVariablesNum("http://betelgeuse.pmg.net/pmgracing/racing_submit.cfm","1","POST");
  3.    tellTarget("_level0")
  4.    {
  5.       gotoAndStop("home_page");
  6.    }
  7. }
  8.